.jquerycssmenu{
	height: 40px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	z-index:999;
	position: relative;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	float: left;
	height: 44px;
	display: block;
	background-image: url(../images/long_05.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 2px;
	
}


/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	color: #FFF;
	height: 44px;
	width: 90px;
	line-height: 44px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
/*	background-image: url(../images/long_04.gif);
*/	background-repeat: repeat-x;
	background-position: right bottom;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	font-size: 14px;
}

.jquerycssmenu ul li a:hover{
/*	background-image: url(../images/long_044.gif);
*/	background-repeat: repeat-x;
	background-position: right bottom;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	/*background-color: #0069BC;*/
	background-color: #3d3d3d;
	z-index:999;
	padding-bottom:10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
	background-image: none;
	border-right-width: 0px;
	height: 35px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width: 80px;
	color: #FFF;
	margin: 0;
	border-top-width: 0;
	height: 30px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 30px;
	background-image: none;
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari and Chrome */
	-o-transition:all 1s; /* Opera */
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #FFF;
	background-color: #6DBFFF;
	background-image: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
/* mainbanner */
.mainbanner{
	height:445px;
	overflow:hidden;
	position:relative;
	
	
}
.mainbanner_window{
	left:50%;
	width:2000px;
	height:445px;
	overflow:hidden;
	margin-left:-1000px;
	position:absolute;
}
.mainbanner_window ul{
	width:999999px;
	height:445px;
	position:relative;
}
.mainbanner_window li{
	background:rgb(204, 204, 204);
	width:2000px;
	height:445px;
	text-align:center;
	font-size:0px;
	float:left;
	display:inline;
}
.mainbanner_list{left:50%;top:360px;width:500px;height:30px;margin-left:-75px;position:absolute;}
.mainbanner_list li{width:30px;height:30px;overflow:hidden;float:left;display:inline;}
.mainbanner_list a{
	width:25px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	color:rgb(255, 255, 255);
	font-size:12px;
	font-weight:700;
	float:left;
	display:inline-block;
	/*background-image: url(../images/btn1.png);*/
	background-repeat: no-repeat;
}
.mainbanner_list li.active a{background-position:0 -30px;text-decoration:none;}
.mainbanner_list li a:hover{
	background-position:0 -30px;
	text-decoration:none;
	color: #FFF;
}
